[INFO] cloning repository https://github.com/98prabowo/qdrant-performance-sandbox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/98prabowo/qdrant-performance-sandbox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F98prabowo%2Fqdrant-performance-sandbox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F98prabowo%2Fqdrant-performance-sandbox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d1b062047041d592f90371e31413cc3979b42484
[INFO] fixing 98prabowo/qdrant-performance-sandbox against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F98prabowo%2Fqdrant-performance-sandbox" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/98prabowo/qdrant-performance-sandbox
[INFO] finished tweaking git repo https://github.com/98prabowo/qdrant-performance-sandbox
[INFO] tweaked toml for git repo https://github.com/98prabowo/qdrant-performance-sandbox written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/98prabowo/qdrant-performance-sandbox on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/98prabowo/qdrant-performance-sandbox already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d6fbf70895f1c4a7d370baeb1f25784fbc1f6daf429557e711fc2ab9ad683273
[INFO] running `Command { std: "docker" "start" "d6fbf70895f1c4a7d370baeb1f25784fbc1f6daf429557e711fc2ab9ad683273", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d6fbf70895f1c4a7d370baeb1f25784fbc1f6daf429557e711fc2ab9ad683273" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d6fbf70895f1c4a7d370baeb1f25784fbc1f6daf429557e711fc2ab9ad683273", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d6fbf70895f1c4a7d370baeb1f25784fbc1f6daf429557e711fc2ab9ad683273" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]     Checking qdrant-performance-sandbox v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking criterion-plot v0.8.2
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stdout] warning: unused import: `std::arch::x86_64::*`
[INFO] [stdout]  --> src/norm_avx.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::arch::x86_64::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]     Checking criterion v0.8.2
[INFO] [stdout] warning: unused imports: `hint::black_box` and `time::Duration`
[INFO] [stdout]  --> benches/hsum.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{hint::black_box, time::Duration};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]   --> benches/hsum.rs:59:19
[INFO] [stdout]    |
[INFO] [stdout] 59 | fn run_benchmarks(c: &mut Criterion) {
[INFO] [stdout]    |                   ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `qdrant-performance-sandbox` (bench "norm") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved imports `qdrant_performance_sandbox::norm_avx::baseline_norm_avx_alloc`, `qdrant_performance_sandbox::norm_avx::baseline_norm_avx_in_place`, `qdrant_performance_sandbox::norm_avx::optimized_norm_avx_simd`
[INFO] [stdout]   --> benches/norm.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |         baseline_norm_avx_alloc, baseline_norm_avx_in_place, optimized_norm_avx_simd,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^ no `optimized_norm_avx_simd` in `norm_avx`
[INFO] [stdout]    |         |                        |
[INFO] [stdout]    |         |                        no `baseline_norm_avx_in_place` in `norm_avx`
[INFO] [stdout]    |         no `baseline_norm_avx_alloc` in `norm_avx`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/norm_avx.rs:6:8
[INFO] [stdout]    |
[INFO] [stdout]  4 | #[cfg(target_feature = "avx")]
[INFO] [stdout]    |       ---------------------- the item is gated behind the `avx` feature
[INFO] [stdout]  5 | #[inline(always)]
[INFO] [stdout]  6 | pub fn baseline_norm_avx_alloc(vector: Vec<f32>, length: f32) -> Vec<f32> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/norm_avx.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[cfg(target_feature = "avx")]
[INFO] [stdout]    |       ---------------------- the item is gated behind the `avx` feature
[INFO] [stdout] 11 | #[inline(always)]
[INFO] [stdout] 12 | pub fn baseline_norm_avx_in_place(vector: &mut [f32], length: f32) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/norm_avx.rs:21:15
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(target_feature = "avx")]
[INFO] [stdout]    |       ---------------------- the item is gated behind the `avx` feature
[INFO] [stdout] ...
[INFO] [stdout] 21 | pub unsafe fn optimized_norm_avx_simd(vector: &mut [f32], length: f32) {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::arch::x86_64::*`
[INFO] [stdout]  --> src/norm_avx.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::arch::x86_64::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/norm_avx.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |     use super::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `optimized_norm_avx_simd` in this scope
[INFO] [stdout]   --> src/norm_avx.rs:77:18
[INFO] [stdout]    |
[INFO] [stdout] 77 |         unsafe { optimized_norm_avx_simd(&mut vector_avx, length) };
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `baseline_norm_avx_alloc` in this scope
[INFO] [stdout]   --> src/norm_avx.rs:78:26
[INFO] [stdout]    |
[INFO] [stdout] 78 |         let vector_res = baseline_norm_avx_alloc(vector_scalar, length);
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `optimized_norm_avx_simd` in this scope
[INFO] [stdout]   --> src/norm_avx.rs:97:18
[INFO] [stdout]    |
[INFO] [stdout] 97 |         unsafe { optimized_norm_avx_simd(slice, length) };
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `optimized_norm_avx_simd` in this scope
[INFO] [stdout]    --> src/norm_avx.rs:106:18
[INFO] [stdout]     |
[INFO] [stdout] 106 |         unsafe { optimized_norm_avx_simd(&mut empty, 1.0) };
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `optimized_norm_avx_simd` in this scope
[INFO] [stdout]    --> src/norm_avx.rs:109:18
[INFO] [stdout]     |
[INFO] [stdout] 109 |         unsafe { optimized_norm_avx_simd(&mut vec, 0.0) };
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0689]: can't call method `is_infinite` on ambiguous numeric type `{float}`
[INFO] [stdout]    --> src/norm_avx.rs:110:24
[INFO] [stdout]     |
[INFO] [stdout] 110 |         assert!(vec[0].is_infinite())
[INFO] [stdout]     |                        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `optimized_norm_avx_simd` in this scope
[INFO] [stdout]    --> src/norm_avx.rs:117:22
[INFO] [stdout]     |
[INFO] [stdout] 117 |             unsafe { optimized_norm_avx_simd(&mut vec, 2.0) };
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0689.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `qdrant-performance-sandbox` (lib test) due to 7 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "d6fbf70895f1c4a7d370baeb1f25784fbc1f6daf429557e711fc2ab9ad683273", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6fbf70895f1c4a7d370baeb1f25784fbc1f6daf429557e711fc2ab9ad683273", kill_on_drop: false }`
[INFO] [stdout] d6fbf70895f1c4a7d370baeb1f25784fbc1f6daf429557e711fc2ab9ad683273
